home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / gnustuff / tos / bison / byacc.zoo / README.TOS < prev    next >
Encoding:
Text File  |  1991-01-25  |  634 b   |  18 lines

  1. This is a port of Berkeley yacc (*not* BSD unix yacc, this is Pd) for
  2. Tos using the Gnu C compiler. Only differences to the unix one are:
  3.     - environment variable TEMP is looked up for tmpdir, where
  4.     temporary files are created. Note: TEMP does not have a trailing
  5.     slash or backslash. TEMP was chosen as it is the same var
  6.     that is used by gcc.
  7.     - temp files have shorter names
  8.     - output files are called ytab.c, ytab.h and y.out
  9.     (instead of y,tab.c, y.tab.h and y.output).
  10.  
  11. please report any bugs in the Tos/minix stuff to
  12. ==
  13. bang:   uunet!cadence!bammi            jwahar r. bammi
  14. domain: bammi@cadence.com
  15. GEnie:    J.Bammi
  16. CIS:    71515,155
  17.  
  18.